Uses of Class
org.eclipse.vtp.framework.interactions.voice.vxml.Item

Packages that use Item
org.eclipse.vtp.framework.interactions.voice.vxml   
 

Uses of Item in org.eclipse.vtp.framework.interactions.voice.vxml
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml that return Item
 Item[] Rule.getItems()
          Returns the list of items in this rule.
 Item[] OneOf.getItems()
          Returns the list of items in this set.
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml with parameters of type Item
 void OneOf.addItem(Item item)
          Adds an option to this set.
 void OneOf.removeItem(Item item)
          Remove an option from this set.